WordDocumentLoadFromPdf Method

Overload List

LoadFromPdf(Stream) Loads a PDF document from a stream. See LoadFromPdf(String).
LoadFromPdf(String) Loads a PDF document and reconstructs its content (text, formatting, images and inferred tables) into this document. PDF is a final-form format, so the reconstruction is heuristic and lossy. Encrypted PDF files are not supported.

See Also